Bumped patch release number. Minor docstring update.
authorMartin Stjernholm <mast@lysator.liu.se>
Wed, 24 Sep 2003 13:59:18 +0000 (13:59 +0000)
committerMartin Stjernholm <mast@lysator.liu.se>
Wed, 24 Sep 2003 13:59:18 +0000 (13:59 +0000)
lisp/progmodes/cc-defs.el

index 1d253537c8c1b3665526c3f0d13f549d75a04cb1..cef04a32a5d3bb37ee172af3405fb765698dca85 100644 (file)
 \f
 ;;; Variables also used at compile time.
 
-(defconst c-version "5.30.6"
+(defconst c-version "5.30.7"
   "CC Mode version number.")
 
 (defconst c-version-sym (intern c-version))
   "Non-nil for all buffers with a major mode derived from CC Mode.
 Otherwise, this variable is nil.  I.e. this variable is non-nil for
 `c-mode', `c++-mode', `objc-mode', `java-mode', `idl-mode',
-`pike-mode', and any other non-CC Mode mode that calls
-`c-initialize-cc-mode' (e.g. `awk-mode').  The value is the mode
-symbol itself (i.e. `c-mode' etc) of the original CC Mode mode, or
-just t if it's not known.")
+`pike-mode', `awk-mode', and any other non-CC Mode mode that calls
+`c-initialize-cc-mode'.  The value is the mode symbol itself
+\(i.e. `c-mode' etc) of the original CC Mode mode, or just t if it's
+not known.")
 (make-variable-buffer-local 'c-buffer-is-cc-mode)
 
 ;; Have to make `c-buffer-is-cc-mode' permanently local so that it